Open
Conversation
epq
reviewed
Jul 29, 2019
| <br> | ||
| <h2>Brazil</h2> | ||
| <!--Flag_of_Brazil--> | ||
| <h4>Flag of Brazil</h4> |
Contributor
There was a problem hiding this comment.
For this section where you have sections of headings and images, you can considerusing paragraphs to divide the sections instead of using two <br> tags.
E.g.
<p>
<h4>Flag of Brazil</h4>
<img src="https://upload.wikimedia.org/wikipedia/en/thumb/0/05/Flag_of_Brazil.svg/1200px-Flag_of_Brazil.svg.png" alt="Flag of Brazil" width="400px" height="auto">
</p>
<p>
<h4>Rio De Janeiro</h4>
<img src="https://www.travelinglifestyle.net/wp-content/uploads/2018/01/best-hostels-in-rio-de-janeiro-brazil-759x500.jpg" alt="Rio De Janeiro" width="400px" height="auto">
</p>
<p>
<h4>Best beaches in teh world</h4>
<img src="https://www.riodejaneiro.com/media/uploads/riodejaneiro.com/2014/09/copacabana-beach.jpg"
alt="Rio De Janeiro beach" width="400px" height="auto">
</p>
Contributor
|
Very nice! 🇧🇷 |
epq
reviewed
Jul 29, 2019
| <img src="https://www.riodejaneiro.com/media/uploads/riodejaneiro.com/2014/09/copacabana-beach.jpg" alt="Rio De Janeiro beach" width="400px" height="auto"> | ||
| <br> | ||
| <br> | ||
| <h3>My accounts on socila media</h3> |
Contributor
There was a problem hiding this comment.
The links in this section don't link to your accounts
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Before submitting, make sure your project meets all of these requirements!
Checklist
Use an
[x]to mark completed tasks!